Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

block_detect_zeroes:fix case name #3765

Merged

Conversation

qingwangrh
Copy link
Contributor

Avoid the case name being the same as the top variant.
ID:2219519

Signed-off-by: qingwangrh [email protected]

Avoid the case name being the same as the top variant.

Signed-off-by: qingwangrh <[email protected]>
@qingwangrh
Copy link
Contributor Author

python ConfigTest.py --testcase=block_detect_zeroes --guestname=RHEL.9.3.0 --clone=no

(1/9) Host_RHEL.m9.u3.ovmf.qcow2.virtio_scsi.up.virtio_net.Guest.RHEL.9.3.0.x86_64.io-github-autotest-qemu.block_detect_zeroes.with_boot.with_off.q35: STARTED
(1/9) Host_RHEL.m9.u3.ovmf.qcow2.virtio_scsi.up.virtio_net.Guest.RHEL.9.3.0.x86_64.io-github-autotest-qemu.block_detect_zeroes.with_boot.with_off.q35: PASS (88.98 s)
(2/9) Host_RHEL.m9.u3.ovmf.qcow2.virtio_scsi.up.virtio_net.Guest.RHEL.9.3.0.x86_64.io-github-autotest-qemu.block_detect_zeroes.with_boot.with_on.q35: STARTED
(2/9) Host_RHEL.m9.u3.ovmf.qcow2.virtio_scsi.up.virtio_net.Guest.RHEL.9.3.0.x86_64.io-github-autotest-qemu.block_detect_zeroes.with_boot.with_on.q35: PASS (64.16 s)
(3/9) Host_RHEL.m9.u3.ovmf.qcow2.virtio_scsi.up.virtio_net.Guest.RHEL.9.3.0.x86_64.io-github-autotest-qemu.block_detect_zeroes.with_boot.with_unmap.q35: STARTED
(3/9) Host_RHEL.m9.u3.ovmf.qcow2.virtio_scsi.up.virtio_net.Guest.RHEL.9.3.0.x86_64.io-github-autotest-qemu.block_detect_zeroes.with_boot.with_unmap.q35: PASS (63.96 s)
(4/9) Host_RHEL.m9.u3.ovmf.qcow2.virtio_scsi.up.virtio_net.Guest.RHEL.9.3.0.x86_64.io-github-autotest-qemu.block_detect_zeroes.with_hotplug.with_off.q35: STARTED
(4/9) Host_RHEL.m9.u3.ovmf.qcow2.virtio_scsi.up.virtio_net.Guest.RHEL.9.3.0.x86_64.io-github-autotest-qemu.block_detect_zeroes.with_hotplug.with_off.q35: PASS (66.10 s)
(5/9) Host_RHEL.m9.u3.ovmf.qcow2.virtio_scsi.up.virtio_net.Guest.RHEL.9.3.0.x86_64.io-github-autotest-qemu.block_detect_zeroes.with_hotplug.with_on.q35: STARTED
(5/9) Host_RHEL.m9.u3.ovmf.qcow2.virtio_scsi.up.virtio_net.Guest.RHEL.9.3.0.x86_64.io-github-autotest-qemu.block_detect_zeroes.with_hotplug.with_on.q35: PASS (66.09 s)
(6/9) Host_RHEL.m9.u3.ovmf.qcow2.virtio_scsi.up.virtio_net.Guest.RHEL.9.3.0.x86_64.io-github-autotest-qemu.block_detect_zeroes.with_hotplug.with_unmap.q35: STARTED
(6/9) Host_RHEL.m9.u3.ovmf.qcow2.virtio_scsi.up.virtio_net.Guest.RHEL.9.3.0.x86_64.io-github-autotest-qemu.block_detect_zeroes.with_hotplug.with_unmap.q35: PASS (65.26 s)
(7/9) Host_RHEL.m9.u3.ovmf.qcow2.virtio_scsi.up.virtio_net.Guest.RHEL.9.3.0.x86_64.io-github-autotest-qemu.block_detect_zeroes.with_resize.with_off.q35: STARTED
(7/9) Host_RHEL.m9.u3.ovmf.qcow2.virtio_scsi.up.virtio_net.Guest.RHEL.9.3.0.x86_64.io-github-autotest-qemu.block_detect_zeroes.with_resize.with_off.q35: PASS (64.76 s)
(8/9) Host_RHEL.m9.u3.ovmf.qcow2.virtio_scsi.up.virtio_net.Guest.RHEL.9.3.0.x86_64.io-github-autotest-qemu.block_detect_zeroes.with_resize.with_on.q35: STARTED
(8/9) Host_RHEL.m9.u3.ovmf.qcow2.virtio_scsi.up.virtio_net.Guest.RHEL.9.3.0.x86_64.io-github-autotest-qemu.block_detect_zeroes.with_resize.with_on.q35: PASS (65.35 s)
(9/9) Host_RHEL.m9.u3.ovmf.qcow2.virtio_scsi.up.virtio_net.Guest.RHEL.9.3.0.x86_64.io-github-autotest-qemu.block_detect_zeroes.with_resize.with_unmap.q35: STARTED
(9/9) Host_RHEL.m9.u3.ovmf.qcow2.virtio_scsi.up.virtio_net.Guest.RHEL.9.3.0.x86_64.io-github-autotest-qemu.block_detect_zeroes.with_resize.with_unmap.q35: PASS (64.82 s)

@qingwangrh
Copy link
Contributor Author

@XueqiangWei @PaulYuuu Please help to review ,thanks.

@XueqiangWei
Copy link
Contributor

@qingwangrh Please check the commit message, all in one line.
block_detect_zeroes:fix case name Avoid the case name being the same as the top variant.

@qingwangrh qingwangrh force-pushed the 2219519_fix_detect_zeroes_case_name branch from efaa0f8 to a177889 Compare July 4, 2023 07:10
@qingwangrh
Copy link
Contributor Author

@qingwangrh Please check the commit message, all in one line. block_detect_zeroes:fix case name Avoid the case name being the same as the top variant.

updated

@XueqiangWei
Copy link
Contributor

Get the correct case list when running with test loop or with test case.

@PaulYuuu
Copy link
Contributor

PaulYuuu commented Jul 4, 2023

Thanks for the quick fix.

@XueqiangWei
Copy link
Contributor

Thank you Yihuang and Qing, let's merge it. Many thanks.

@XueqiangWei
Copy link
Contributor

LGTM,
Acked-by: [email protected]

@XueqiangWei XueqiangWei merged commit ed5961f into autotest:master Jul 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants